func os/user.retryWithBuffer

5 uses

	os/user (current package)
		cgo_lookup_unix.go#L28: 	err := retryWithBuffer(userBuffer, func(buf []byte) syscall.Errno {
		cgo_lookup_unix.go#L55: 	err := retryWithBuffer(userBuffer, func(buf []byte) syscall.Errno {
		cgo_lookup_unix.go#L93: 	err := retryWithBuffer(groupBuffer, func(buf []byte) syscall.Errno {
		cgo_lookup_unix.go#L120: 	err := retryWithBuffer(groupBuffer, func(buf []byte) syscall.Errno {
		cgo_lookup_unix.go#L168: func retryWithBuffer(kind bufferKind, f func([]byte) syscall.Errno) error {